home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / rexx / dt_clearlist.rexx < prev    next >
OS/2 REXX Batch file  |  1994-04-15  |  155b  |  13 lines

  1. /* DeliTracker - remove current module from modulelist */
  2.  
  3. parse arg listnum
  4.  
  5. address 'DELITRACKER'
  6. options results
  7.  
  8. status M num
  9. xx=result
  10.  
  11. clearlist xx
  12.  
  13.